Telegram Group & Telegram Channel
Дана таблица "customers" с колонками "customer_id", "customer_name" и "age". Какой из следующих SQL запросов вернет покупателей старше 18 лет, имена которых начинаются с буквы "J"?
Anonymous Quiz
SELECT customer_name FROM customers WHERE age >= 18 AND customer_name LIKE 'J';
SELECT customer_name FROM customers WHERE age >= 18 AND customer_name LIKE 'J%';
SELECT customer_name FROM customers WHERE age >= 18 AND customer_name LIKE '%J';
SELECT customer_name FROM customers WHERE age > 18 AND customer_name LIKE 'J%';
623 answered



tg-me.com/sql_for_qa/86
Create:
Last Update:

BY SQL для тестировщика


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/sql_for_qa/86

View MORE
Open in Telegram


SQL для тестировщика Telegram | DID YOU KNOW?

Date: |

Unlimited members in Telegram group now

Telegram has made it easier for its users to communicate, as it has introduced a feature that allows more than 200,000 users in a group chat. However, if the users in a group chat move past 200,000, it changes into "Broadcast Group", but the feature comes with a restriction. Groups with close to 200k members can be converted to a Broadcast Group that allows unlimited members. Only admins can post in Broadcast Groups, but everyone can read along and participate in group Voice Chats," Telegram added.

Telegram announces Search Filters

With the help of the Search Filters option, users can now filter search results by type. They can do that by using the new tabs: Media, Links, Files and others. Searches can be done based on the particular time period like by typing in the date or even “Yesterday”. If users type in the name of a person, group, channel or bot, an extra filter will be applied to the searches.

SQL для тестировщика from hk


Telegram SQL для тестировщика
FROM USA